home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / interface / browser.swf / scripts / DefineButton2_307 / BUTTONCONDACTION on(release).as
Text File  |  2008-06-13  |  208b  |  8 lines

  1. on(release){
  2.    getUrl("FSCommand:Browser.SetURL", "javascript:void(doQuit())");
  3.    fscommand("Browser.Close");
  4.    fscommand("Media.Stop");
  5.    _level1.volta_inicio();
  6.    _root.secoes.gotoAndStop(1);
  7. }
  8.